projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0382778
)
OSX build fix
author
Joey Hess
<joeyh@joeyh.name>
Mon, 17 Feb 2025 18:06:06 +0000
(14:06 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 17 Feb 2025 18:06:06 +0000
(14:06 -0400)
Assistant/Upgrade.hs
patch
|
blob
|
history
diff --git
a/Assistant/Upgrade.hs
b/Assistant/Upgrade.hs
index 59a3165ba226ccffcafc1673d1a793a53588d346..9f82e4fdc61cbffb066d0b257c78d06266c4e0ab 100644
(file)
--- a/
Assistant/Upgrade.hs
+++ b/
Assistant/Upgrade.hs
@@
-182,7
+182,7
@@
upgradeToDistribution newdir cleanup distributionfile = do
]
sanitycheck newdir
let deleteold = do
- deleteFromManifest $
toOsPath
olddir </> literalOsPath "Contents" </> literalOsPath "MacOS"
+ deleteFromManifest $ olddir </> literalOsPath "Contents" </> literalOsPath "MacOS"
makeorigsymlink olddir
return (newdir </> literalOsPath "Contents" </> literalOsPath "MacOS" </> literalOsPath "git-annex", deleteold)
#else